Module Name:    src
Committed By:   pgoyette
Date:           Sat May  7 12:22:57 UTC 2016

Modified Files:
        src/share/misc: acronyms.comp

Log Message:
Add "uaf" - use-after-free

Seen in a recent NetBSD commit message...


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/share/misc/acronyms.comp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/misc/acronyms.comp
diff -u src/share/misc/acronyms.comp:1.162 src/share/misc/acronyms.comp:1.163
--- src/share/misc/acronyms.comp:1.162	Thu Apr 21 23:14:25 2016
+++ src/share/misc/acronyms.comp	Sat May  7 12:22:57 2016
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.162 2016/04/21 23:14:25 riastradh Exp $
+$NetBSD: acronyms.comp,v 1.163 2016/05/07 12:22:57 pgoyette Exp $
 3WHS	three-way handshake
 8VSB	8-state vestigial side band modulation
 AA	anti-aliasing
@@ -1271,6 +1271,7 @@ TUI	{terminal,text-based,textual} user i
 TX	{transmit out,transmitter}
 TZ	time zone
 UAC	user {access,account} control
+UAF	use-after-free
 UART	universal asynchronous receiver/transmitter
 UAT	user acceptance testing
 UC	uncacheable

Reply via email to