TritonDataCenter / illumos-extra

Extra non-ON software required for Illumos
Other
39 stars 47 forks source link

OS-8590 nss-nspr update for gcc 14 #127

Closed tsoome closed 1 day ago

tsoome commented 4 days ago
  1. leaking pointer to local variable (set field to NULL to prevent it as our work is done).
  2. variable may be used uninitialized (initialize it to NULL).
  3. misaligned statements in two locations.