1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-26 08:22:31 +03:00
Files
mbedtls/tests/scripts
Gilles Peskine 7493c4017a Fix comment parsing
Fix cases like
```
/*short comment*/ /*long
 comment */
int mbedtls_foo;
```
where the previous code thought that the second line started outside of a
comment and ended inside of a comment.

I believe that the new code strips comments correctly. It also strips string
literals, just in case.

Fixes #5191.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-16 21:25:14 +01:00
..
2020-12-10 21:30:01 +01:00
2021-11-16 21:25:14 +01:00
2021-09-14 11:28:22 +02:00
2021-05-05 17:59:15 +02:00