Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
telegram-purple
telegram-purple-tl-parser-format-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File telegram-purple-tl-parser-format-overflow.patch of Package telegram-purple
--- a/tgl/tl-parser/tl-parser.c +++ b/tgl/tl-parser/tl-parser.c @@ -1904,7 +1904,7 @@ struct tl_combinator_tree *tl_parse_args char *name = S->data; if (!name) { static char s[20]; - sprintf (s, "%lld", lrand48 () * (1ll << 32) + lrand48 ()); + sprintf (s, "%llu", lrand48 () * (1ll << 32) + lrand48 ()); name = s; } struct tl_var *v = tl_add_var (name, S, tt);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor