Skip to content

Hardened sockbplog protocol with schema changes#5976

Open
dorinhogea wants to merge 1 commit into
bloomberg:mainfrom
dorinhogea:fixsockbplog
Open

Hardened sockbplog protocol with schema changes#5976
dorinhogea wants to merge 1 commit into
bloomberg:mainfrom
dorinhogea:fixsockbplog

Conversation

@dorinhogea
Copy link
Copy Markdown
Contributor

^title
re: 184332910

re: 184332910

Signed-off-by: dhogea <dhogea@bloomberg.net>
Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
consumer_non_atomic_default_consumer_generated **quarantined**
reco-ddlk-sql [timeout] **quarantined**

Comment thread db/osqlsqlsocket.c

GDATA(sqlqlen);
sqlqlen = htonl(sqlqlen);
if (sqlqlen <= 0 || sqlqlen > MAXQUERYLEN) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really an issue with this PR, but generally - we have 2 "max query length" limits - MAXQUERYLEN and SQLite's own SQLITE_MAX_SQL_LENGTH

@chands10
Copy link
Copy Markdown
Contributor

Check rqlen too? Then I can close #5966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants