Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
dante
dante-1.4.1-gcc5-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dante-1.4.1-gcc5-fixes.patch of Package dante
Index: dante-1.4.1/lib/Rcompat.c =================================================================== --- dante-1.4.1.orig/lib/Rcompat.c +++ dante-1.4.1/lib/Rcompat.c @@ -44,6 +44,8 @@ #include "common.h" +#include<stdio.h> + static const char rcsid[] = "$Id: Rcompat.c,v 1.89.4.2 2014/08/15 18:16:40 karls Exp $"; @@ -509,7 +511,7 @@ Rgets(buf) slog(LOG_DEBUG, "%s: fd %d", function, d); if (!gssapi_isencrypted(d)) - return gets(buf); + return fgets(buf, INT_MAX, stdin); i = 0; while (Rread(d, buf + i, 1) == 1 && buf[i] != '\n')
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