Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-imgsrv
Commits
88ea98ec
Commit
88ea98ec
authored
Jan 28, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increased buffer size to prevent overflow
parent
a021dea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
imgsrv.c
src/imgsrv.c
+2
-1
No files found.
src/imgsrv.c
View file @
88ea98ec
...
@@ -740,7 +740,8 @@ int framePointersXML(struct file_set *fset)
...
@@ -740,7 +740,8 @@ int framePointersXML(struct file_set *fset)
{
{
// const char ctlFileName[] = "/dev/frameparsall";
// const char ctlFileName[] = "/dev/frameparsall";
// int fd_fparmsall;
// int fd_fparmsall;
char
s
[
512
];
// 341;
// set to 768 - sizeof(s) can be more than 512
char
s
[
768
];
// 512 // 341;
int
p
,
wp
,
rp
;
int
p
,
wp
,
rp
;
int
nf
=
0
;
int
nf
=
0
;
int
nfl
=
0
;
int
nfl
=
0
;
...
...
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