search for: longlin

Displaying 8 results from an estimated 8 matches for "longlin".

Did you mean: loglin
2008 Apr 25
2
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)
...rg wrote: > While trying to fix swig & R2.7 I actually discovered that there is a > bug in R 2.7 causing a crash (so R & swig might actually work): >=20 > the bug is in ./src/main/gram.c line 3038: >=20 > } else { /* over-long line */ > fixthis --> char *LongLine =3D (char *) malloc(nc); > if(!LongLine) > error(_("unable to allocate space for source line % d"), xxlineno); > strncpy(LongLine, (char *)p0, nc); > bug --> LongLine[nc] =3D '\0'; > SET_STRING_ELT(source,...
2008 Apr 25
1
Bug in R 2.7 for over long lines
While trying to fix swig & R2.7 I actually discovered that there is a bug in R 2.7 causing a crash (so R & swig might actually work): the bug is in ./src/main/gram.c line 3038: } else { /* over-long line */ fixthis --> char *LongLine = (char *) malloc(nc); if(!LongLine) error(_("unable to allocate space for source line %d"), xxlineno); strncpy(LongLine, (char *)p0, nc); bug --> LongLine[nc] = '\0'; SET_STRING_ELT(source, lines++,...
2008 May 10
0
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11438)
...ually discovered that there is a > >> bug in R 2.7 causing a crash (so R & swig might actually work): > >> =20 > >> the bug is in ./src/main/gram.c line 3038: > >> =20 > >> } else { /* over-long line */ > >> fixthis --> char *LongLine =3D (char *) malloc(nc); > >> if(!LongLine) > >> error(_("unable to allocate space for source line % > >> > > d"), xxlineno); > > > >> strncpy(LongLine, (char *)p0, nc); > >> bug --&...
2008 Apr 26
0
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11284)
...fix swig & R2.7 I actually discovered that there is a >> bug in R 2.7 causing a crash (so R & swig might actually work): >> =3D20 >> the bug is in ./src/main/gram.c line 3038: >> =3D20 >> } else { /* over-long line */ >> fixthis --> char *LongLine =3D3D (char *) malloc(nc); >> if(!LongLine) >> error(_("unable to allocate space for source line % >> =20 > d"), xxlineno); > =20 >> strncpy(LongLine, (char *)p0, nc); >> bug --> LongLine[nc] =3D3D ...
2008 May 10
1
(PR#11281) Bug in R 2.7 for over long lines (crasher+proposed
...hat there is a >>>> bug in R 2.7 causing a crash (so R & swig might actually work): >>>> =20 >>>> the bug is in ./src/main/gram.c line 3038: >>>> =20 >>>> } else { /* over-long line */ >>>> fixthis --> char *LongLine =3D (char *) malloc(nc); >>>> if(!LongLine) >>>> error(_("unable to allocate space for source line % >>>> >>> d"), xxlineno); >>> >>>> strncpy(LongLine, (char *)p0, nc); >>>...
2016 Dec 24
11
[Bug 2651] New: ssh prints bogus error message if config file has very long lines
...drot.org/attachment.cgi?id=2918&action=edit an example config file to demonstrate the bug for example, if a config file contains a comment line that is 1023+ chars long, the characters at position 1023 and beyond are treated as a separate line - not ignored as they should be. in this example, longline.config has a comment line that is longer than 1023 chars. $ ssh -F longline.config whatever longline.config: line 5: Bad configuration option: ABCDEFG longline.config: terminating, 1 bad configuration options readconf.c uses a buffer of size 1024. one char is needed for the null terminator, ano...
2017 Apr 20
0
Antw: [PATCH] cosmetics, silk: correct input/output arg comments
...:49 in Nachricht <CAKoqLCA-tXd7XSa0a1T9xE4SF9GPMp+ySxsULgbB_F_=3dK3iw at mail.gmail.com>: > Hi, > > Attached is a patch for cosmetics purpose. Please review. > > Thanks, > Linfeng Zhang -------------- next part -------------- A non-text attachment was scrubbed... Name: longlines.jpg Type: image/jpeg Size: 123348 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20170420/22954ee0/attachment-0001.jpg>
2017 Apr 19
3
[PATCH] cosmetics,silk: correct input/output arg comments
Hi, Attached is a patch for cosmetics purpose. Please review. Thanks, Linfeng Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170419/34354707/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-cosmetics-silk-correct-input-output-arg-comments.patch