File: gnulib-no-gets.diff

package info (click to toggle)
grub2 2.02~beta2-22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 54,604 kB
  • ctags: 64,764
  • sloc: ansic: 370,672; asm: 16,177; sh: 12,946; cpp: 1,993; python: 1,438; makefile: 1,357; lex: 393; sed: 271; yacc: 268; lisp: 50; awk: 48; perl: 31
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
--- /tmp/x.diff	2013-04-11 16:51:42.777873536 +0200
+++ grub-core/gnulib/stdio.in.h	2013-04-11 16:51:49.917873298 +0200
@@ -700,7 +700,6 @@
    removed it.  */
 #undef gets
 #if HAVE_RAW_DECL_GETS
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 #endif