This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-13 07:44:48 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
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 13:24:29 -04:00
/* $FreeBSD$ */
int
decode
(
FILE
*
fd
,
char
*
buffer
,
int
len
)
;
Reference in a new issue
Copy permalink