polarssl/ChangeLog.d
Gilles Peskine 0ff241a1ea Remove largely useless bit of test log to silence GCC 12
GCC 12 emits a warning because it thinks `buffer1` is used after having been
freed. The code is correct C because we're only using the value of
`(uintptr_t)buffer1`, not `buffer1`. However, we aren't using the value for
anything useful: it doesn't really matter if an alloc-free-alloc sequence
returns the same address twice. So don't print that bit of information, and
this way we don't need to save the old address.

Fixes #5974.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-06-25 14:29:23 +02:00
..
2022-03-21 15:27:25 +00:00
2022-04-25 11:17:40 +02:00
2022-05-20 18:46:02 +01:00
2022-05-10 13:46:09 +01:00
2022-04-14 12:46:06 +02:00
2022-03-04 05:07:45 -05:00
2022-02-11 16:10:44 +01:00
2022-06-08 09:26:03 +02:00