Text   |  XML   |  ReML   |   Visible Warnings:

File System Race Condition  at uat.c:249

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

uat_save

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/uat.c)expand/collapse
Show more  
 242  gboolean uat_save(uat_t* uat, char** error) {
 243          guint i;
 244[+]         gchar* fname = uat_get_actual_filename(uat,TRUE);
 245          FILE* fp;
 246   
 247          if (! fname ) return FALSE;
 248   
 249          fp = ws_fopen(fname,"w");
Show more  




Change Warning 3513.30557 : File System Race Condition

Because they are very similar, this warning shares annotations with warning 3513.30558.

Priority:
State:
Finding:
Owner:
Note: