Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4a3a8c9
Commit
f4a3a8c9
authored
Jun 27, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(a_write): Verify that *annot is a cons.
parent
7d637a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fileio.c
src/fileio.c
+1
-1
No files found.
src/fileio.c
View file @
f4a3a8c9
...
...
@@ -3296,7 +3296,7 @@ a_write (desc, addr, len, pos, annot)
int
nextpos
;
int
lastpos
=
pos
+
len
;
while
(
1
)
while
(
CONSP
(
*
annot
)
)
{
tem
=
Fcar_safe
(
Fcar
(
*
annot
));
if
(
INTEGERP
(
tem
)
&&
XINT
(
tem
)
>=
pos
&&
XFASTINT
(
tem
)
<=
lastpos
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment