Snort mailing list archives

bug in sfutil/sfrt.c


From: Mitesh Jadia <mitesh.jadia () gmail com>
Date: Tue, 12 Mar 2013 11:16:08 +0530

version snort-2.9.2

FUNCTION:

table_t *sfrt_new(char table_type, char ip_type, long data_size, uint32_t
mem_cap)

at the end of this function (*use after free found. SUP_IP6 is enabled)*
*
*
#ifdef SUP_IP6
    if (!table->rt6)
    {
        table->free( table->rt );
        free(table->data);
        free(table);
    }
#endif

    return table;
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel
Archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

Current thread: