This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-19 10:53:58 +00:00
Code
Issues
Releases
Activity
1dd702a59a
freebsd
/
usr.sbin
/
vidcontrol
/
decode.h
4 lines
62 B
C
Raw
Normal View
History
Unescape
Escape
Allow user to omit font size specification when loading a font. In addition the following fixes had been made: - check the size of the font being loaded and compare it with possible sizes to minimise possibility of loading something that is not a fontfile at all and turning console screen into garbage; - prevent buffer overflow (and coredump as a result ) when loading valid uuencoded file with size that exceeds allocated buffer; - correct and improve several error messages. Approved by: -audit, -hackers (silently)
2001-04-09 17:24:29 +00:00
/* $FreeBSD$ */
int
decode
(
FILE
*
fd
,
char
*
buffer
,
int
len
)
;
Reference in New Issue
Copy Permalink