Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
xrdp
xrdp-add-stub-implementation-for-s_check_rem_an...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xrdp-add-stub-implementation-for-s_check_rem_and_log.patch of Package xrdp
From 526c3e0b7748f6823d503e67e772d05b0c403162 Mon Sep 17 00:00:00 2001 From: Yu Daike <yu.daike@suse.com> Date: Tue, 20 Dec 2022 12:24:20 +0800 Subject: [PATCH 01/10] add stub implementation for s_check_rem_and_log --- common/parse.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/parse.h b/common/parse.h index b7f93bfe..297cf7c5 100644 --- a/common/parse.h +++ b/common/parse.h @@ -56,9 +56,13 @@ struct stream /******************************************************************************/ #define s_check(s) ((s)->p <= (s)->end) + /******************************************************************************/ #define s_check_rem(s, n) ((s)->p + (n) <= (s)->end) +/* 20221220 yu.daike@suse.com: stub implementation for s_check_rem_and_log */ +#define s_check_rem_and_log(s, n, msg_prefix) s_check_rem((s), (n)) + /******************************************************************************/ #define s_check_rem_out(s, n) ((s)->p + (n) <= (s)->data + (s)->size) -- 2.39.0
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