[GitHub] [trafficserver] traeak commented on issue #9279: Failed assertion when `proxy.config.http.cache.open_write_fail_action` set to 5

2023-09-05 Thread via GitHub
traeak commented on issue #9279: URL: https://github.com/apache/trafficserver/issues/9279#issuecomment-1706902442 I got this to show up during testing august 2023 in ats master. Was getting crashes with simulating thundering herd with simulated manifest, max-age=0 provided the best way to

[GitHub] [trafficserver] zwoop closed issue #10357: CID 1518574: Untrusted loop bound

2023-09-05 Thread via GitHub
zwoop closed issue #10357: CID 1518574: Untrusted loop bound URL: https://github.com/apache/trafficserver/issues/10357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] zwoop closed issue #10349: CID 1518588: Out-of-bounds read

2023-09-05 Thread via GitHub
zwoop closed issue #10349: CID 1518588: Out-of-bounds read URL: https://github.com/apache/trafficserver/issues/10349 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] zwoop closed issue #10350: CID 1518587: Buffer not null terminated

2023-09-05 Thread via GitHub
zwoop closed issue #10350: CID 1518587: Buffer not null terminated URL: https://github.com/apache/trafficserver/issues/10350 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] amirhosseinramezann commented on issue #10291: add trailing slash from URL of apache traffic server

2023-09-02 Thread via GitHub
amirhosseinramezann commented on issue #10291: URL: https://github.com/apache/trafficserver/issues/10291#issuecomment-1703831990 Thank you very much. also we test the following rewrite, and it was work. cond %{SEND_RESPONSE_HDR_HOOK} cond %{CLIENT-URL:PATH} /^([^.]*[^\/])$/

[GitHub] [trafficserver] traeak closed issue #10363: CID 1518569: String not null terminated

2023-09-06 Thread via GitHub
traeak closed issue #10363: CID 1518569: String not null terminated URL: https://github.com/apache/trafficserver/issues/10363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [trafficserver] masaori335 closed issue #10013: CID 1516688: Uninitialized members (UNINIT_CTOR)

2023-09-06 Thread via GitHub
masaori335 closed issue #10013: CID 1516688: Uninitialized members (UNINIT_CTOR) URL: https://github.com/apache/trafficserver/issues/10013 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [trafficserver] GUI opened a new issue, #10393: 9.2.x Unexpected connection errors when proxying larger request bodies

2023-09-10 Thread via GitHub
GUI opened a new issue, #10393: URL: https://github.com/apache/trafficserver/issues/10393 When upgrading from 9.1.4 to 9.2.x, I've observed some issues with requests failing in unexpected ways that they didn't previously in 9.1.4. I'm not really certain what's happening, so it's a bit

[GitHub] [trafficserver] duke8253 closed issue #10138: H3 error handling issue

2023-09-11 Thread via GitHub
duke8253 closed issue #10138: H3 error handling issue URL: https://github.com/apache/trafficserver/issues/10138 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficserver] shinrich opened a new issue, #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled

2023-09-11 Thread via GitHub
shinrich opened a new issue, #10396: URL: https://github.com/apache/trafficserver/issues/10396 I am seeing this on the current master. But I have only started running ASAN in our environment. I see nothing in the 9.1.3 code we were running previously that would have protected us from this

[GitHub] [trafficserver] serrislew closed issue #10365: CDI 1518564: Out-of-bounds write

2023-09-11 Thread via GitHub
serrislew closed issue #10365: CDI 1518564: Out-of-bounds write URL: https://github.com/apache/trafficserver/issues/10365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] bryancall closed issue #10229: CID 1508987: Unchecked return value from library

2023-09-11 Thread via GitHub
bryancall closed issue #10229: CID 1508987: Unchecked return value from library URL: https://github.com/apache/trafficserver/issues/10229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] shinrich closed issue #10323: Create helper TS API to return the file descriptor associated with a SSL connection

2023-09-11 Thread via GitHub
shinrich closed issue #10323: Create helper TS API to return the file descriptor associated with a SSL connection URL: https://github.com/apache/trafficserver/issues/10323 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [trafficserver] maskit opened a new issue, #10435: CID 1508843: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10435: URL: https://github.com/apache/trafficserver/issues/10435 stream_editor.cc ``` 848 while (--argc) { 3. alloc_arg: read_conf allocates memory that is stored into rewrites_in. [[show

[GitHub] [trafficserver] maskit opened a new issue, #10437: CID 1508836: Uninitialized pointer field

2023-09-14 Thread via GitHub
maskit opened a new issue, #10437: URL: https://github.com/apache/trafficserver/issues/10437 apidefs.h ``` 1493 struct TSRPCHandlerOptions { 1494struct Auth { 1495 int restricted; ///< Tells the RPC Manager if the call can be delivered or not based on the config rules.

[GitHub] [trafficserver] maskit opened a new issue, #10439: CID 1508827: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10439: URL: https://github.com/apache/trafficserver/issues/10439 ``` 316 /* Create the new header using http header in icap response */ 4. alloc_fn: Storage is returned from allocation function TSHttpParserCreate. [[show

[GitHub] [trafficserver] maskit opened a new issue, #10426: CID 1508884: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10426: URL: https://github.com/apache/trafficserver/issues/10426 stream_editor/stream_editor.cc ``` 848 while (--argc) { 3. alloc_arg: read_conf allocates memory that is stored into rewrites_out. [[show

[GitHub] [trafficserver] maskit opened a new issue, #10438: CID 1508828: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10438: URL: https://github.com/apache/trafficserver/issues/10438 cookie_remap.cc ``` 862if (key == "regex") { 18. noescape: Resource sub is not freed or pointed-to in setRegexMatch. [[show

[GitHub] [trafficserver] maskit opened a new issue, #10422: CID 1508896: Logically dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10422: URL: https://github.com/apache/trafficserver/issues/10422 Socks.cc ``` 526 socks_conf_stuff->socks_needed = 0; 527 socks_conf_stuff->accept_enabled = 0; const: At condition socks_config_fd >= 0, the value of socks_config_fd must be

[GitHub] [trafficserver] maskit opened a new issue, #10423: CID 1508894: Not restoring ostream format

2023-09-14 Thread via GitHub
maskit opened a new issue, #10423: URL: https://github.com/apache/trafficserver/issues/10423 traffic_dump/json_utils.cc ``` 129 // Finally, call write_buffered_content to write out any data that has not 130 // been written yet. 131 write_buffered_context(buf, prevIdx, idx,

[GitHub] [trafficserver] maskit opened a new issue, #10424: CID 1508893: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10424: URL: https://github.com/apache/trafficserver/issues/10424 inline/cache-handler.h ``` 7. alloc_fn: Storage is returned from allocation function operator new. 8. var_assign: Assigning: io = storage returned from new ats::io::IO. 329

[GitHub] [trafficserver] maskit opened a new issue, #10428: CID 1508880: Structurally dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10428: URL: https://github.com/apache/trafficserver/issues/10428 rpc/RPCClient.h ``` 52 std::string 53 invoke(std::string_view req) 54 { 55std::string text; // for error messages. 56std::unique_ptr buf(new char[BUFFER_SIZE]);

[GitHub] [trafficserver] maskit opened a new issue, #10429: CID 1508871: Uninitialized scalar variable

2023-09-14 Thread via GitHub
maskit opened a new issue, #10429: URL: https://github.com/apache/trafficserver/issues/10429 ``` 1161 TSHttpStatus status = TS_HTTP_STATUS_NONE; 1162 1. var_decl: Declaring variable req_url. 1163 UrlComponents req_url{rri, txnp}; 1164 2. Condition ops == NULL,

[GitHub] [trafficserver] maskit opened a new issue, #10433: CID 1508851: Improper use of negative value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10433: URL: https://github.com/apache/trafficserver/issues/10433 IPCSocketServer.cc ``` 221if (auto fd = this->accept(ec); !ec) { 24. identity_transfer: Passing fd as argument 1 to constructor for class Client, which sets client._fd to that

[GitHub] [trafficserver] maskit opened a new issue, #10436: CID 1508838: Unchecked return value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10436: URL: https://github.com/apache/trafficserver/issues/10436 remap_stats.cc ``` CID 1508838 (#1 of 1): Unchecked return value (CHECKED_RETURN) 21. check_return: Calling TSUserArgIndexReserve without checking return value (as is done elsewhere 6 out

[GitHub] [trafficserver] shinrich opened a new issue, #10323: Create helper TS API to return the file descriptor associated with a SSL connection

2023-08-31 Thread via GitHub
shinrich opened a new issue, #10323: URL: https://github.com/apache/trafficserver/issues/10323 I needed this to simplify writing a plugin that needed some access to the SSL object information. For a variety of reasons, I didn't want to pull in a SSL library to fetch this information

[GitHub] [trafficserver] maskit opened a new issue, #10328: CID 1518875: Unchecked return value

2023-09-01 Thread via GitHub
maskit opened a new issue, #10328: URL: https://github.com/apache/trafficserver/issues/10328 ``` 76 // Associate our config file with remap.config to be able to initiate reloads 77 TSMgmtString result; 78 const char *var_name = "proxy.config.url_remap.filename";

[GitHub] [trafficserver] maskit opened a new issue, #10330: CID 1518614: Untrusted loop bound

2023-09-01 Thread via GitHub
maskit opened a new issue, #10330: URL: https://github.com/apache/trafficserver/issues/10330 ``` 2. Condition !regex_path->empty(), taking true branch. 7. Condition !regex_path->empty(), taking true branch. 1336if (!regex_path.empty()) { 8. identity_transfer:

[GitHub] [trafficserver] maskit opened a new issue, #10329: CID 1518615: Logically dead code

2023-09-01 Thread via GitHub
maskit opened a new issue, #10329: URL: https://github.com/apache/trafficserver/issues/10329 ``` 188} else { CID 1518615 (#1 of 1): Logically dead code (DEADCODE) dead_error_begin: Execution cannot reach this statement: lua_pushlightuserdata(L, tr 189

[GitHub] [trafficserver] shukitchan closed issue #10215: CID 1512901: Logically dead code

2023-09-01 Thread via GitHub
shukitchan closed issue #10215: CID 1512901: Logically dead code URL: https://github.com/apache/trafficserver/issues/10215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] maskit opened a new issue, #10331: CID 1518613: Uninitialized lock use

2023-09-01 Thread via GitHub
maskit opened a new issue, #10331: URL: https://github.com/apache/trafficserver/issues/10331 ``` 426close(ssnData->log_fd); 427std::error_code ec; 428swoc::file::file_status st = swoc::file::status(ssnData->log_name, ec); 8. Condition !ec.operator

[GitHub] [trafficserver] maskit opened a new issue, #10333: CID 1518611: Side effect in assertion

2023-09-01 Thread via GitHub
maskit opened a new issue, #10333: URL: https://github.com/apache/trafficserver/issues/10333 ``` 98 void 99 write(TSVConn vc, TSCont contp) 100 { 101TSReleaseAssert(this->vio == nullptr); CID 1518611 (#1 of 1): Side effect in assertion (ASSERT_SIDE_EFFECT)

[GitHub] [trafficserver] maskit opened a new issue, #10336: CID 1518607: Use of 32-bit time_t

2023-09-01 Thread via GitHub
maskit opened a new issue, #10336: URL: https://github.com/apache/trafficserver/issues/10336 ``` 405// if the parent is not available check to see if the retry window has expired making it available 406// for retry. 407if (!pRec->available.load() &&

[GitHub] [trafficserver] maskit opened a new issue, #10346: CID 1518591: Time of check time of use

2023-09-01 Thread via GitHub
maskit opened a new issue, #10346: URL: https://github.com/apache/trafficserver/issues/10346 certifier.cc ``` 417 /// If directory doesn't exist, create one CID 1518591 (#1 of 1): Time of check time of use (TOCTOU) 1. fs_check_call: Calling function stat to perform

[GitHub] [trafficserver] maskit opened a new issue, #10349: CID 1518588: Out-of-bounds read

2023-09-01 Thread via GitHub
maskit opened a new issue, #10349: URL: https://github.com/apache/trafficserver/issues/10349 healthchecks.cc ``` CID 1518588 (#1 of 1): Out-of-bounds read (OVERRUN) 73. overrun-local: Overrunning array of 16368 bytes at byte offset 16383 by dereferencing pointer event->name. 218

[GitHub] [trafficserver] maskit opened a new issue, #10352: CID 1518583: Unchecked return value

2023-09-01 Thread via GitHub
maskit opened a new issue, #10352: URL: https://github.com/apache/trafficserver/issues/10352 cache_fill.cc ``` 69static bool 70cont_check_cacheable(TSHttpTxn txnp) 71{ 1. Condition tsapi::c::TSHttpTxnIsInternal(txnp), taking false branch. 72 if

[GitHub] [trafficserver] maskit opened a new issue, #10353: CID 1518581: Resource leak in object

2023-09-01 Thread via GitHub
maskit opened a new issue, #10353: URL: https://github.com/apache/trafficserver/issues/10353 CacheScan.h ``` 45public: 46 CacheScan(Stripe *str, swoc::file::path const ) : stripe(str) 47 { 1. Condition !path->empty(), taking true branch. 48if (!path.empty()) {

[GitHub] [trafficserver] maskit opened a new issue, #10355: CID 1518577: COPY_INSTEAD_OF_MOVE

2023-09-01 Thread via GitHub
maskit opened a new issue, #10355: URL: https://github.com/apache/trafficserver/issues/10355 TSVConnFd.cc ``` 484 class _Send_recv : private Send_to_vconn, private Recv_from_vconn 485 { 486 public: 487_Send_recv(TSVConn vconn_, std::shared_ptr f_del, int n_groups_send,

[GitHub] [trafficserver] maskit opened a new issue, #10358: CID 1518573: Unchecked return value

2023-09-01 Thread via GitHub
maskit opened a new issue, #10358: URL: https://github.com/apache/trafficserver/issues/10358 ``` 48 switch (event) { 49 case TS_EVENT_NET_ACCEPT: 50/* Create a new mutex for the TxnSM, which is going 51 to handle the incoming request. */ 52pmutex =

[GitHub] [trafficserver] maskit opened a new issue, #10360: CID 1518572: Uninitialized pointer field

2023-09-01 Thread via GitHub
maskit opened a new issue, #10360: URL: https://github.com/apache/trafficserver/issues/10360 CacheScan.h ``` 45public: 46 CacheScan(Stripe *str, swoc::file::path const ) : stripe(str) 47 { 1. Condition !path->empty(), taking false branch. 48if (!path.empty()) {

[GitHub] [trafficserver] maskit opened a new issue, #10340: CID 1518601 Structurally dead code

2023-09-01 Thread via GitHub
maskit opened a new issue, #10340: URL: https://github.com/apache/trafficserver/issues/10340 test_log_interface.cc ``` 57 switch (event) { 58 case TS_EVENT_HTTP_READ_REQUEST_HDR: 59if (is_get_request(transaction)) { 60 const std::string long_line(5000, 's'); 61

[GitHub] [trafficserver] maskit opened a new issue, #10341: CID 1518597: Side effect in assertion

2023-09-01 Thread via GitHub
maskit opened a new issue, #10341: URL: https://github.com/apache/trafficserver/issues/10341 intercept.cc ``` 98 void 99 write(TSVConn vc, TSCont contp) 100 { 101TSReleaseAssert(this->vio == nullptr); CID 1518611: Side effect in assertion

[GitHub] [trafficserver] maskit opened a new issue, #10344: CID 1518594: COPY_INSTEAD_OF_MOVE

2023-09-01 Thread via GitHub
maskit opened a new issue, #10344: URL: https://github.com/apache/trafficserver/issues/10344 inliner-handler.cc ``` 31namespace ats 32{ 33namespace inliner 34{ 35 Handler::Handler(const TSIOBufferReader r, ats::io::IOSinkPointer &) CID 1518594 (#1 of 1):

[GitHub] [trafficserver] maskit opened a new issue, #10347: CID 1518590: Use of 32-bit time_t

2023-09-01 Thread via GitHub
maskit opened a new issue, #10347: URL: https://github.com/apache/trafficserver/issues/10347 NextHopRoundRobin.cc ``` 148} else { // if not available, check to see if it can be retried. If so, set the retry flag and temporairly mark it as 149 // available. 150

[GitHub] [trafficserver] maskit opened a new issue, #10348: CID 1518589: Unused value

2023-09-01 Thread via GitHub
maskit opened a new issue, #10348: URL: https://github.com/apache/trafficserver/issues/10348 regex_revalidate.cc ``` 438if (i->expiry <= i->epoch) { 439 TSDebug(PLUGIN_NAME, "Rule is already expired!"); 440 free_invalidate_t(i); CID

[GitHub] [trafficserver] maskit opened a new issue, #10351: CID 1518586: Resource leak

2023-09-01 Thread via GitHub
maskit opened a new issue, #10351: URL: https://github.com/apache/trafficserver/issues/10351 traffic_server.cc ``` 996static bool 997load_plugin(plugin_type_t plugin_type, const fs::path _path, std::string ) 998{ 1. Switch case value plugin_type_t::GLOBAL. 999

[GitHub] [trafficserver] maskit opened a new issue, #10362: 1518570 Side effect in assertion

2023-09-01 Thread via GitHub
maskit opened a new issue, #10362: URL: https://github.com/apache/trafficserver/issues/10362 intercept.cc ``` 89 read(TSVConn vc, TSCont contp) 90 { 91TSReleaseAssert(this->vio == nullptr); CID 1518570 (#1 of 1): Side effect in assertion (ASSERT_SIDE_EFFECT)

[GitHub] [trafficserver] maskit opened a new issue, #10364: 1518567 Big parameter passed by value

2023-09-01 Thread via GitHub
maskit opened a new issue, #10364: URL: https://github.com/apache/trafficserver/issues/10364 IOBuffer.cc ``` 80make_buffer_size_parser() 81{ 82 using L = swoc::Lexicon; CID 1518567 (#1 of 1): Big parameter passed by value (PASS_BY_VALUE) pass_by_value:

[GitHub] [trafficserver] maskit opened a new issue, #10365: CDI 1518564: Out-of-bounds write

2023-09-01 Thread via GitHub
maskit opened a new issue, #10365: URL: https://github.com/apache/trafficserver/issues/10365 fq_pacing.cc ``` 62 f = TSfopen("/proc/sys/net/core/default_qdisc", "r"); 1. Condition !f, taking false branch. 63 if (!f) { 64return 0; 65 } 66 2.

[GitHub] [trafficserver] maskit opened a new issue, #10335: CID 1518608: Unchecked return value from library

2023-09-01 Thread via GitHub
maskit opened a new issue, #10335: URL: https://github.com/apache/trafficserver/issues/10335 ``` 418 if (stat(path.c_str(), ) == -1) { CID 1518608 (#1 of 1): Unchecked return value from library (CHECKED_RETURN) 2. check_return: Calling mkdir(path.c_str(), 493U) without

[GitHub] [trafficserver] maskit opened a new issue, #10338: CID 1518604: Use of 32-bit time_t

2023-09-01 Thread via GitHub
maskit opened a new issue, #10338: URL: https://github.com/apache/trafficserver/issues/10338 NextHopHealthStatus.cc ``` 130} else { 131 // if the last failure was outside the retry window, set the failcount to 1 and failedAt to now. 132 { // lock guard 133

[GitHub] [trafficserver] maskit opened a new issue, #10343: CID 1518595: Side effect in assertion

2023-09-01 Thread via GitHub
maskit opened a new issue, #10343: URL: https://github.com/apache/trafficserver/issues/10343 intercept.cc ``` 88 void 89 read(TSVConn vc, TSCont contp) 90 { 91TSReleaseAssert(this->vio == nullptr); CID 1518570: Side effect in assertion

[GitHub] [trafficserver] maskit opened a new issue, #10342: CID 1518596: Side effect in assertion

2023-09-01 Thread via GitHub
maskit opened a new issue, #10342: URL: https://github.com/apache/trafficserver/issues/10342 intercept.cc ``` 203static TSCont 204InterceptContCreate(TSEventFunc hook, TSMutex mutexp, void *data) 205{ 206 TSCont contp; 207 CID 1518596 (#1 of 1): Side effect in

[GitHub] [trafficserver] maskit opened a new issue, #10350: CID 1518587: Buffer not null terminated

2023-09-01 Thread via GitHub
maskit opened a new issue, #10350: URL: https://github.com/apache/trafficserver/issues/10350 healthchecks.cc ``` 136 while (conf) { 137conf->wd = inotify_add_watch(fd, conf->fname, IN_DELETE_SELF | IN_CLOSE_WRITE | IN_ATTRIB); 138TSDebug(PLUGIN_NAME, "Setting up a

[GitHub] [trafficserver] maskit opened a new issue, #10356: CID 1518576: Logically dead code

2023-09-01 Thread via GitHub
maskit opened a new issue, #10356: URL: https://github.com/apache/trafficserver/issues/10356 NextHopConsistentHash.cc ``` 342case NH_EXHAUST_RING: 343default: const: At condition wrapped, the value of wrapped must be equal to 0. dead_error_condition: The

[GitHub] [trafficserver] maskit opened a new issue, #10363: CID 1518569: String not null terminated

2023-09-01 Thread via GitHub
maskit opened a new issue, #10363: URL: https://github.com/apache/trafficserver/issues/10363 money_trace.cc ``` 232bwriter.write(uuidstr, strlen(uuidstr)); 233bwriter.write(sep); 234bwriter.write(parentid); 235bwriter.write(new_parent); 236

[GitHub] [trafficserver] masaori335 opened a new issue, #10405: hwloc 2.x on macOS and FreeBSD

2023-09-12 Thread via GitHub
masaori335 opened a new issue, #10405: URL: https://github.com/apache/trafficserver/issues/10405 On Linux, we're building ATS with hwloc 2.9 - e.g. our `ubuntu:23.04` image. I'll check with macOS and FreeBSD. ``` » docker run -i -t -v $PWD:/workspace -w /workspace

[GitHub] [trafficserver] cmcfarlen commented on issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend

2023-09-12 Thread via GitHub
cmcfarlen commented on issue #10116: URL: https://github.com/apache/trafficserver/issues/10116#issuecomment-1716949230 I reran the reproduction steps after checking out pr #10399 and it no longer crashes. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [trafficserver] serrislew closed issue #10332: CID 1518612: Logically dead code

2023-09-07 Thread via GitHub
serrislew closed issue #10332: CID 1518612: Logically dead code URL: https://github.com/apache/trafficserver/issues/10332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] serrislew closed issue #10333: CID 1518611: Side effect in assertion

2023-09-07 Thread via GitHub
serrislew closed issue #10333: CID 1518611: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10333 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [trafficserver] cmcfarlen closed issue #10240: ☂ cmake: build setup todo

2023-08-30 Thread via GitHub
cmcfarlen closed issue #10240: ☂ cmake: build setup todo URL: https://github.com/apache/trafficserver/issues/10240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] shinrich opened a new issue, #10307: Allow a plugin to decide whether a tunnel should continue

2023-08-29 Thread via GitHub
shinrich opened a new issue, #10307: URL: https://github.com/apache/trafficserver/issues/10307 With tr-pass, traffic that does not parse a HTTP or TLS will be tunneled. For some cases, it would be desirable to have a plugin that can look at other information, e.g. source or destination

[GitHub] [trafficserver] masaori335 opened a new issue, #10318: Build error of lua plugin

2023-08-30 Thread via GitHub
masaori335 opened a new issue, #10318: URL: https://github.com/apache/trafficserver/issues/10318 ``` lua/ts_lua_log.cc:21:24: error: redefinition of 'log' as different kind of symbol static TSTextLogObject log; ^

[GitHub] [trafficserver] github-actions[bot] commented on issue #9071: Add io_uring to a CI image

2023-08-29 Thread via GitHub
github-actions[bot] commented on issue #9071: URL: https://github.com/apache/trafficserver/issues/9071#issuecomment-1698370032 This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

[GitHub] [trafficserver] traeak closed issue #10318: Build error of lua plugin

2023-08-31 Thread via GitHub
traeak closed issue #10318: Build error of lua plugin URL: https://github.com/apache/trafficserver/issues/10318 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficserver] masaori335 commented on issue #10295: LSan: memory leak of pcre_jit_stack_alloc

2023-09-14 Thread via GitHub
masaori335 commented on issue #10295: URL: https://github.com/apache/trafficserver/issues/10295#issuecomment-1720278345 ``` root@a365165da8f7:/workspace/out_of_source_build_dir# cat config.nice #! /bin/sh # # Created by configure CC="clang"; export CC CXX="clang++";

[GitHub] [trafficserver] moonchen closed issue #10214: CID 1518256: Ignoring number of bytes read

2023-09-14 Thread via GitHub
moonchen closed issue #10214: CID 1518256: Ignoring number of bytes read URL: https://github.com/apache/trafficserver/issues/10214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] maskit opened a new issue, #10412: CID 1508925: Uninitialized scalar field

2023-09-14 Thread via GitHub
maskit opened a new issue, #10412: URL: https://github.com/apache/trafficserver/issues/10412 IPCSocketClient.h ``` 44struct IPCSocketClient { 45 enum class ReadStatus { NO_ERROR = 0, BUFFER_FULL, STREAM_ERROR, UNKNOWN }; 46 using self_reference = IPCSocketClient &; 47

[GitHub] [trafficserver] maskit opened a new issue, #10414: CID 1508919: Unchecked return value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10414: URL: https://github.com/apache/trafficserver/issues/10414 RecCore.cc ``` 1141RecCounter 1142REC_ConfigReadCounter(const char *name) 1143{ 1144 RecCounter t = 0; CID 1508919 (#1 of 1): Unchecked return value (CHECKED_RETURN) 1.

[GitHub] [trafficserver] maskit opened a new issue, #10420: CID 1508901: Use of 32-bit time_t

2023-09-14 Thread via GitHub
maskit opened a new issue, #10420: URL: https://github.com/apache/trafficserver/issues/10420 access_control/common.cc ``` 40int 41string2int(const StringView ) 42{ 43 time_t t = 0; 44 try { 45t = static_cast(std::stoi(String(s))); 46 } catch (...) { 47/*

[GitHub] [trafficserver] shinrich closed issue #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled

2023-09-14 Thread via GitHub
shinrich closed issue #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled URL: https://github.com/apache/trafficserver/issues/10396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [trafficserver] maskit opened a new issue, #10421: CID 1508898: Logically dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10421: URL: https://github.com/apache/trafficserver/issues/10421 access_control/utils.cc ``` 391size_t 392cryptoModifiedBase64Decode(const char *in, size_t inLen, char *out, size_t outLen) 393{ 394 size_t bufferLen = inLen; 395 switch (inLen %

[GitHub] [trafficserver] maskit opened a new issue, #10415: CID 1508917: Unchecked dynamic_cast

2023-09-14 Thread via GitHub
maskit opened a new issue, #10415: URL: https://github.com/apache/trafficserver/issues/10415 Http2ConnectionState.cc ``` 1640 if (check_max_concurrent_limit >= 0 && check_count >= check_max_concurrent_limit) { 1641HTTP2_INCREMENT_THREAD_DYN_STAT(max_streams_stat,

[GitHub] [trafficserver] ywkaras commented on issue #10295: LSan: memory leak of pcre_jit_stack_alloc

2023-09-13 Thread via GitHub
ywkaras commented on issue #10295: URL: https://github.com/apache/trafficserver/issues/10295#issuecomment-1718339788 I'm not able to reproduce this problem, `test_RWW` and `test_jsonrpcserver` run with no leaks. I am testing on master, commit `55f6901951c9267aab2029ac8e2422e895e8dbb0`.

[GitHub] [trafficserver] zwoop opened a new issue, #10320: Lua build issues on my LLVM16 builds

2023-08-31 Thread via GitHub
zwoop opened a new issue, #10320: URL: https://github.com/apache/trafficserver/issues/10320 ``` CXX lua/tslua_la-ts_lua_log.lo /homer/leif/apache/trafficserver/plugins/lua/ts_lua_log.cc:21:24: error: redefinition of 'log' as different kind of symbol static TSTextLogObject

[GitHub] [trafficserver] shukitchan closed issue #10320: Lua build issues on my LLVM16 builds

2023-08-31 Thread via GitHub
shukitchan closed issue #10320: Lua build issues on my LLVM16 builds URL: https://github.com/apache/trafficserver/issues/10320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [trafficserver] serrislew closed issue #10280: Slice plugin: HEAD requests causing memory issues

2023-09-06 Thread via GitHub
serrislew closed issue #10280: Slice plugin: HEAD requests causing memory issues URL: https://github.com/apache/trafficserver/issues/10280 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] yaml-cpp: YAML_CPP_INSTALL warning message [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen commented on issue #10615: URL: https://github.com/apache/trafficserver/issues/10615#issuecomment-1764562321 Version 0.8.0 was release Aug 10, 2023. The commit that would fix this warning is this one:

[I] yaml-cpp: YAML_CPP_INSTALL warning message [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen opened a new issue, #10615: URL: https://github.com/apache/trafficserver/issues/10615 ``` $ cmake -B build -G Ninja -DCMAKE_INSTALL_PREFIX=/opt/ats -DENABLE_CCACHE=ON -DCMAKE_BUILD_TYPE=Debug CMake Deprecation Warning at lib/yamlcpp/CMakeLists.txt:2

Re: [I] Pragma header handled improperly [trafficserver]

2023-10-13 Thread via GitHub
stevyn81 commented on issue #3060: URL: https://github.com/apache/trafficserver/issues/3060#issuecomment-1761254866 Hi, I have just run into this situation now. Our old origin servers issue the "Pragma: no-cache" header and I am not able to override it as stated above. Is there a fix in

Re: [I] cmake: need a rat target for ci [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen closed issue #10607: cmake: need a rat target for ci URL: https://github.com/apache/trafficserver/issues/10607 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] cmake: support setting CMAKE_CXX_STANDARD on the commandline [trafficserver]

2023-10-16 Thread via GitHub
bneradt closed issue #10609: cmake: support setting CMAKE_CXX_STANDARD on the commandline URL: https://github.com/apache/trafficserver/issues/10609 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] cmake: need an enable for hardening compilation [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen commented on issue #10608: URL: https://github.com/apache/trafficserver/issues/10608#issuecomment-1765246216 Modern cmake seems to frown on setting optional compiler flags inside the cmake files but instead put that stuff in presets or leaving that up to users and package

Re: [I] cmake: freebsd build failure with cmake looking for `-lresolv` [trafficserver]

2023-10-16 Thread via GitHub
bneradt commented on issue #10620: URL: https://github.com/apache/trafficserver/issues/10620#issuecomment-1765377897 Fixed by: https://github.com/apache/trafficserver/pull/10624 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] cmake: freebsd build failure with cmake looking for `-lresolv` [trafficserver]

2023-10-16 Thread via GitHub
bneradt closed issue #10620: cmake: freebsd build failure with cmake looking for `-lresolv` URL: https://github.com/apache/trafficserver/issues/10620 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] Check hwloc 1/2 detection [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen commented on issue #10617: URL: https://github.com/apache/trafficserver/issues/10617#issuecomment-1765384894 Checking for the `HWLOC_OBJ_PU` is enough to satisfy our version requirements for hwloc. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Check hwloc 1/2 detection [trafficserver]

2023-10-16 Thread via GitHub
cmcfarlen closed issue #10617: Check hwloc 1/2 detection URL: https://github.com/apache/trafficserver/issues/10617 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] QUIC Statistics [trafficserver]

2023-10-13 Thread via GitHub
zwoop commented on issue #2586: URL: https://github.com/apache/trafficserver/issues/2586#issuecomment-1762177209 I will migrate the existing H3 RSB block to the new metrics this weekend or first thing next week. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] cmake: need an enable for hardening compilation [trafficserver]

2023-10-17 Thread via GitHub
cmcfarlen commented on issue #10608: URL: https://github.com/apache/trafficserver/issues/10608#issuecomment-1766362948 See #10629 for hardening preset -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-25 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1779654129 My development environment is in a x86_64, RHEL8(-ish, Yahoo kernel mods) container in the Yahoo internal cloud. The autotools ./configure detects it as supporting 128 bit

Re: [I] H3 request causing crash [trafficserver]

2023-10-25 Thread via GitHub
Karthikdasari0423 commented on issue #10636: URL: https://github.com/apache/trafficserver/issues/10636#issuecomment-1779695763 @duke8253 yes,i tried to install using below url but failed https://github.com/apache/trafficserver/wiki/HTTP-3-Documentation -- This is an automated message

Re: [I] H3 request causing crash [trafficserver]

2023-10-25 Thread via GitHub
duke8253 commented on issue #10636: URL: https://github.com/apache/trafficserver/issues/10636#issuecomment-1779469736 @Karthikdasari0423 you'll need to run this, https://github.com/apache/trafficserver/blob/master/tools/build_h3_tools.sh -- This is an automated message from the Apache

[I] ATS 9.2.3 and proxy.config.http.per_server.connection.min [trafficserver]

2023-10-25 Thread via GitHub
moonchen opened a new issue, #10674: URL: https://github.com/apache/trafficserver/issues/10674 This issue was reported by veiko.k...@gmail.com on the mailing list. Hi I'm upgrading from 7.1 to 9.2.3 and attempting to get a certain amount of connections kept open between ATS

[I] traffic_server ERROR: SSL::22831107375488:error:0480006C:PEM routines::no start line:crypto/pem/pem_lib.c:763:Expecting: TRUSTED CERTIFICATE [trafficserver]

2023-10-26 Thread via GitHub
nasheayahu opened a new issue, #10684: URL: https://github.com/apache/trafficserver/issues/10684 Apache Traffic Server - traffic_ctl - 9.2.3 - (build # 101100 on Oct 11 2023 at 00:00:00) How do I correct these error messages: ` [Oct 26 18:19:27.659] traffic_server NOTE:

Re: [I] HTTP/3 memory leaks [trafficserver]

2023-10-26 Thread via GitHub
bryancall commented on issue #10091: URL: https://github.com/apache/trafficserver/issues/10091#issuecomment-1781915476 @duke8253 I am seeing this message on ATS when running h2load. For some reason h2load is not working on master right now. I was able to get it to work with curl.

Re: [I] HTTP/3 memory leaks [trafficserver]

2023-10-26 Thread via GitHub
bryancall commented on issue #10091: URL: https://github.com/apache/trafficserver/issues/10091#issuecomment-1781993460 I redid a test and didn't see any memory leaks. Building ATS with cmake ``` cmake -DENABLE_JEMALLOC=ON -Djemalloc_ROOT=/opt/jemalloc

Re: [I] HTTP/3 memory leaks [trafficserver]

2023-10-26 Thread via GitHub
bryancall closed issue #10091: HTTP/3 memory leaks URL: https://github.com/apache/trafficserver/issues/10091 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-25 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1779795156 -Djemalloc_ROOT=xxx doesn't seem to be working. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Issue on building ATS with quic support [trafficserver]

2023-10-25 Thread via GitHub
bryancall commented on issue #10660: URL: https://github.com/apache/trafficserver/issues/10660#issuecomment-1779764408 I updated the documentation to build with cmake. I am testing the changes with fresh Fedora 39 and Ubuntu 22.04 docker images and will update this comment when

Re: [I] Issue on building ATS with quic support [trafficserver]

2023-10-25 Thread via GitHub
Karthikdasari0423 commented on issue #10660: URL: https://github.com/apache/trafficserver/issues/10660#issuecomment-1779809956 sure @bryancall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

  1   2   3   4   5   6   7   8   9   10   >