View Issue Details

IDProjectCategoryView StatusLast Update
0009283GNUnetutil librarypublic2024-10-23 21:40
Reporterfefe Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0009283: integer overflow in GNUNET_xnew_array_2d_ and GNUNET_xnew_array_3d_
DescriptionBoth functions just take the sizes they get as arguments at face value and do not check for numeric overflow.

Luckily both functions appear to be completely unused. Why are they there at all, I wonder?
TagsNo tags attached.

Activities

schanzen

2024-10-23 21:40

administrator   ~0023580

Fix committed to master branch.

Related Changesets

gnunet: master d214f12d

2024-10-23 23:39

schanzen


Details Diff
util: Removed GNUNET_xnew_array_* and friends. Fixes 0009283 Affected Issues
0009283
mod - src/include/gnunet_common.h Diff File
mod - src/lib/util/common_allocation.c Diff File
mod - src/lib/util/test_common_allocation.c Diff File

Issue History

Date Modified Username Field Change
2024-10-21 14:11 fefe New Issue
2024-10-23 21:40 schanzen Changeset attached => gnunet master d214f12d
2024-10-23 21:40 schanzen Note Added: 0023580
2024-10-23 21:40 schanzen Assigned To => schanzen
2024-10-23 21:40 schanzen Status new => resolved
2024-10-23 21:40 schanzen Resolution open => fixed